home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_52 / act.hlp next >
Text File  |  1995-01-01  |  1KB  |  29 lines

  1. RAVEL ACTION STATEMENTS
  2.  
  3. accel <deltaMeter> <time>... <stats> atempo # speedup tempo over time
  4. bend    <time> <int>    # multiplied by poff - pitch offset
  5. ccont    <time> <number> <value> # MIDI continiuous controller change
  6. cparam    <moschan> <number> <value> # MIDI c.c. sent to some other channel
  7. cresc <deltaVelocity> <time> ... <stats> end # velocity change up
  8. decr <deltaVelocity> <time> ... <stats> end  # velocity change down
  9. downtempo <int>        # delta meter change slower
  10. dxcparam <moschan> <number> <gindex> <hindex> <value> # dx7 sys.excl parameter
  11. dxparam    <number> <gindex> <hindex> <value> # dx7 sys.excl parameter
  12. final            # end of piece
  13. key    <note constant> # key signature
  14. metro    <int>        # absolute meter change
  15. notes: 
  16.     <note> <time>   # defaults to last constant velocity
  17.     <note> <time> <velocity # normal form
  18.     <note> <time> <velocity> <cents> # fb01 only
  19.     <note> <time>,<duration> <velocity> # duration form
  20.     chord <note>,<note>,... end <time> <velocity>
  21. param    <number> <value> # MIDI cont. controller sans time
  22. patch    <int>        # MIDI patch change
  23. poff    <constant>      # pitch offset - bend multiplier
  24. rest    <time>
  25. rit     <deltaMeter> <time>... <stats> atempo # slowdown tempo over time
  26. sig    <int> <int>    # time signature
  27. tie    <time>
  28. uptempo    <int>        # delta meter change faster
  29.